home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / gcc / ixemul_src.lha / ixemul-41.0 / configure.in < prev    next >
Text File  |  1995-05-23  |  388b  |  10 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. dnl
  3. AC_INIT(libsrc/crt0.c)
  4.  
  5. AC_PROG_INSTALL
  6. AC_PROG_CC
  7. AC_PROG_RANLIB
  8.  
  9. AC_OUTPUT(Makefile gen_library/Makefile gnulib/Makefile gnulib-soft-float/Makefile gnulib-68881/Makefile library/Makefile libsrc/Makefile static/Makefile stdio_2/Makefile stdlib/Makefile string/Makefile network/Makefile stack/Makefile glue/Makefile)
  10.